home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Vat system standard 1.7 / _SETUP.1 / qrpt35.bpl / 0 / RCDATA / TQRPROGRESSFORM / TQRPROGRESSFORM.txt
Encoding:
Text File  |  1998-02-09  |  601 b   |  32 lines

  1. object QRProgressForm: TQRProgressForm
  2.   Left = 233
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'Printing progress'
  6.   ClientHeight = 84
  7.   ClientWidth = 147
  8.   ParentFont = True
  9.   FormStyle = fsStayOnTop
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Info: TLabel
  15.     Left = 0
  16.     Top = 28
  17.     Width = 145
  18.     Height = 13
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.   end
  22.   object CancelButton: TButton
  23.     Left = 36
  24.     Top = 52
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Cancel'
  28.     TabOrder = 0
  29.     OnClick = CancelButtonClick
  30.   end
  31. end
  32.